Platform Explorer / Nuxeo Platform LTS 2017 9.10

Component org.nuxeo.ecm.user.center.profile.actions

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.user.center.profile.actions">

  <extension target="org.nuxeo.ecm.platform.actions.ActionService"
    point="actions">

    <action id="Profile" link="/user_center_fragment.xhtml" label="user.center.profile"
      icon="/icons/profile.png" order="20">
      <category>USER_CENTER</category>
      <filter-id>not_anonymous</filter-id>
      <filter-id>not_transient_user</filter-id>
    </action>

    <action id="ProfileView" link="/incl/userprofile/user_profile.xhtml"
      label="user.center.profile.tab.view" order="10">
      <category>Profile_sub_tab</category>
    </action>

    <action id="Preferences" link="/user_center_fragment.xhtml"
      label="user.center.preferences" icon="/icons/preferences.png"
      order="30">
      <category>USER_CENTER</category>
      <filter-id>not_anonymous</filter-id>
      <filter-id>not_transient_user</filter-id>
    </action>

    <action id="PreferencesView" link="/incl/userprofile/user_preferences.xhtml"
      label="user.center.preferences.tab.view" order="20">
      <category>Preferences_sub_tab</category>
    </action>

    <action id="PreferencesAction" enabled="true" label="user.center.preferences"
      link="#{userPreferencesActions.navigateToPreferencesPage}"
      order="70">
      <category>USER_MENU_ACTIONS</category>
      <filter-id>not_transient_user</filter-id>
    </action>


  </extension>

</component>